Configure DHCP Client : Fedora
2017/07/17 |
Configure DHCP Client. DHCP Client uses 68/UDP.
|
|
[1] | For Fedora Clients, Configure like follows. (Replace the device name [ens3] to your own device name) |
[root@client ~]# nmcli con mod ens3 ipv4.method auto [root@client ~]# nmcli con down ens3; nmcli con up ens3
|
Configure DHCP Client : Windows
|
It's the example for configuring Windows 10 Client.
|
[2] | Open the network settings and select [internet protocol] and click [property] button. |
[3] | Check boxes like below, then IP address is re-configured automatically. |
[4] | See the network status. Automatical configuration is done. |